home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / newmake.arc / README < prev    next >
Encoding:
Text File  |  1986-09-21  |  1.5 KB  |  41 lines

  1.  
  2. Last month I wrote a version of the Unix(tm) utility MAKE.  It runs under
  3. VAX/VMS and MSDOS 2.0.    I am placing it in the public domain, and it is yours
  4. for the asking.  You may copy it, or give it away.  You can make any changes
  5. you like to it.  All I ask is that you DO NOT TRY TO SELL IT.
  6.  
  7. Anyway, there is now a MAKE for MSDOS.    It is free, and it works pretty well.
  8. I'm giving it away because it might do the world some good.  Who knows?
  9.  
  10. Caveat: this version of MAKE is NOT compatible with the Unix(tm) version.
  11. Some differences are explained in the documentation.  Most of the problem stems
  12. from the fact that I've never had a chance to use the original version of MAKE,
  13. and the documentation I've seen on it has been poor.  My idea of what a make
  14. program should do is almost certainly different from what you Unix(tm) hackers
  15. are used to.  Well, hell -- the software is worth what you paid for it.  Have
  16. fun.
  17.  
  18. In order to get MAKE running on your system, you need to:
  19.  
  20.     1.  Read the documentation file MAKE.MAN.  (Yes, read the
  21.         directions.)
  22.  
  23.     2.  Edit the file MAKE.H to represent your system (VAX/VMS or
  24.         MSDOS 2.0.)
  25.  
  26.     3.  Recompile the source code by following the script file
  27.         CMAKE.COM (for VAX/VMS) or CMAKE.BAT (for MSDOS 2.0.)
  28.  
  29.         VAX/VMS requires the DEC C compiler; MSDOS 2.0 requires
  30.         Lattice C (or another C compiler of comparable quality)
  31.         and the Macro Assembler.
  32.  
  33.     4.  Test out MAKE by running it on itself.  (Make a backup
  34.         first!)
  35.  
  36.  
  37.  
  38.             Good luck,
  39.  
  40.             Landon Dyer (G.DYER @ SU-SCORE)
  41.